home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Hity z okladki / Diino 4 / diino4_Setup_En.exe / {app} / Diino.exe / 0 / RCDATA / TFRMCONTACTEDIT / TFRMCONTACTEDIT.txt
Text File  |  2006-11-06  |  3KB  |  134 lines

  1. object frmContactEdit: TfrmContactEdit
  2.   Left = 472
  3.   Top = 55
  4.   BorderStyle = bsDialog
  5.   Caption = 'Edit contact'
  6.   ClientHeight = 308
  7.   ClientWidth = 259
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poOwnerFormCenter
  12.   OnClose = FormClose
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   DesignSize = (
  16.     259
  17.     308)
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object btnOK: TButton
  21.     Left = 96
  22.     Top = 279
  23.     Width = 75
  24.     Height = 25
  25.     Anchors = [akRight, akBottom]
  26.     Caption = 'OK'
  27.     Default = True
  28.     ModalResult = 1
  29.     TabOrder = 0
  30.     OnClick = btnOKClick
  31.     ExplicitLeft = 134
  32.     ExplicitTop = 162
  33.   end
  34.   object btnCancel: TButton
  35.     Left = 176
  36.     Top = 279
  37.     Width = 75
  38.     Height = 25
  39.     Anchors = [akRight, akBottom]
  40.     Cancel = True
  41.     Caption = 'Cancel'
  42.     ModalResult = 2
  43.     TabOrder = 1
  44.     ExplicitLeft = 214
  45.     ExplicitTop = 162
  46.   end
  47.   object gbContact: TGroupBox
  48.     Left = 6
  49.     Top = 6
  50.     Width = 245
  51.     Height = 267
  52.     Anchors = [akLeft, akTop, akRight, akBottom]
  53.     Caption = 'Contact information'
  54.     TabOrder = 2
  55.     ExplicitWidth = 334
  56.     ExplicitHeight = 150
  57.     DesignSize = (
  58.       245
  59.       267)
  60.     object edFirstName: TLabeledEdit
  61.       Left = 11
  62.       Top = 35
  63.       Width = 224
  64.       Height = 21
  65.       Anchors = [akLeft, akTop, akRight]
  66.       EditLabel.Width = 54
  67.       EditLabel.Height = 13
  68.       EditLabel.Caption = 'First name:'
  69.       TabOrder = 0
  70.       ExplicitWidth = 220
  71.     end
  72.     object edLastName: TLabeledEdit
  73.       Left = 11
  74.       Top = 75
  75.       Width = 224
  76.       Height = 21
  77.       Anchors = [akLeft, akTop, akRight]
  78.       EditLabel.Width = 53
  79.       EditLabel.Height = 13
  80.       EditLabel.Caption = 'Last name:'
  81.       TabOrder = 1
  82.       ExplicitWidth = 220
  83.     end
  84.     object edEmail: TLabeledEdit
  85.       Left = 11
  86.       Top = 115
  87.       Width = 224
  88.       Height = 21
  89.       Anchors = [akLeft, akTop, akRight]
  90.       EditLabel.Width = 69
  91.       EditLabel.Height = 13
  92.       EditLabel.Caption = 'Email address:'
  93.       TabOrder = 2
  94.       ExplicitWidth = 220
  95.     end
  96.     object EdPhoneWork: TLabeledEdit
  97.       Left = 11
  98.       Top = 155
  99.       Width = 224
  100.       Height = 21
  101.       Anchors = [akLeft, akTop, akRight]
  102.       EditLabel.Width = 62
  103.       EditLabel.Height = 13
  104.       EditLabel.Caption = 'Work Phone:'
  105.       TabOrder = 3
  106.       ExplicitWidth = 220
  107.     end
  108.     object EdPhoneHome: TLabeledEdit
  109.       Left = 11
  110.       Top = 195
  111.       Width = 224
  112.       Height = 21
  113.       Anchors = [akLeft, akTop, akRight]
  114.       EditLabel.Width = 64
  115.       EditLabel.Height = 13
  116.       EditLabel.Caption = 'Home Phone:'
  117.       TabOrder = 4
  118.       ExplicitWidth = 220
  119.     end
  120.     object EdPhoneMobile: TLabeledEdit
  121.       Left = 11
  122.       Top = 235
  123.       Width = 224
  124.       Height = 21
  125.       Anchors = [akLeft, akTop, akRight]
  126.       EditLabel.Width = 67
  127.       EditLabel.Height = 13
  128.       EditLabel.Caption = 'Mobile Phone:'
  129.       TabOrder = 5
  130.       ExplicitWidth = 220
  131.     end
  132.   end
  133. end
  134.